home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1432.dms / var1432.adf / NDUK-V40.lha / V40 / include / libraries / expansion.h < prev    next >
C/C++ Source or Header  |  1993-10-15  |  430b  |  20 lines

  1. #ifndef LIBRARIES_EXPANSION_H
  2. #define    LIBRARIES_EXPANSION_H
  3. /*
  4. **    $VER: expansion.h 36.7 (28.5.90)
  5. **    Includes Release 40.15
  6. **
  7. **    External definitions for expansion.library
  8. **
  9. **    (C) Copyright 1985-1993 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #define EXPANSIONNAME    "expansion.library"
  14.  
  15. /* flags for the AddDosNode() call */
  16. #define ADNB_STARTPROC    0
  17. #define ADNF_STARTPROC    (1L<<0)
  18.  
  19. #endif /* LIBRARIES_EXPANSION_H */
  20.